home *** CD-ROM | disk | FTP | other *** search
- /** $VER: Grep.ttx 9/20/95 Ver 1.0
- **
- ** run my ttxgrep rexx program
- **
- ** Brian Gragg
- **/
-
- OPTIONS RESULTS
- 'RequestStr PROMPT "Grep arguments: -options keyword files"'
- if result~="RESULT" then
- address command "run sys:rexxc/rx rexx:AGgrep" result
-